home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
FILEUTIL
/
SUPPORT100
/
Source
/
vax_h
< prev
Wrap
Text File
|
1995-02-04
|
1KB
|
28 lines
/********************************************************************************/
/* */
/* Config header file for VAX/VMS systems */
/* Part of Splitf and Joinf distribution */
/* version 1.13, © 1993-1995 Adam Hamilton */
/* See the README file for copyright information */
/* */
/********************************************************************************/
/**********************************/
/* Platform dependant definitions */
/* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
#define FILE_SEPARATOR '\0'
/* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
#define SEPARATOR_SEARCH ']'
/* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
#define COLON True